home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / lxtw104.zip / README.DOC < prev    next >
Text File  |  1994-09-11  |  5KB  |  123 lines

  1.  
  2.  
  3.         README.DOC                                         September 1994
  4.  
  5.         Welcome to LXT - the LISP EXPLORATION TOOLS!
  6.  
  7.         The LISP Function Tree Generator  (LFT)  is  a  powerful  program
  8.         development,  maintenance and documentation tool. It provides the
  9.         programmer the ability to analyse the LISP or SCHEME source  code
  10.         of  applications,  no matter how big or complex they are.  LFT is
  11.         very useful to explore  new,  unknown  software  and  to  support
  12.         software reuse and maintenance.
  13.  
  14.         By scanning and analyzing the program source code,  LFT builds an
  15.         internal representation of the function call hierarchy relations.
  16.         The analysis is done with the original source code, no additional
  17.         editing to mark functions or data types in  the  source  code  is
  18.         necessary.  Several  features  and  options  allow  the  user  to
  19.         customize the generated hierarchy tree chart output and to get  a
  20.         large set of useful informations about the source code.
  21.  
  22.         An  important feature is the database generation which allows the
  23.         recalling of informations without reprocessing the  source.  This
  24.         database  can again be read from LFT to produce different outputs
  25.         or to add new files to the database. The database format is dBASE
  26.         compatible.  A special recall program  called  LFTN  allows  fast
  27.         searching  for  items  in the database.  This program can be used
  28.         within any environment,  for example  from  inside  editors  like
  29.         BRIEF,  QEDIT or MicroEMACS (DOS and WINDOWS version), to provide
  30.         a full software project management  system  with  access  to  all
  31.         functions  and  data  types  with just a keystroke.  This feature
  32.         makes a comfortable "hypertext source code browser  and  locator"
  33.         system out of the editor.
  34.  
  35.         Another  feature is the calculation of the critical function call
  36.         path.  It is possible to generate formatted ASCII text files with
  37.         lists of the functions and the scanned files which can be used as
  38.         input  for  other  programs  like  wordprocessors  or spreadsheet
  39.         calculators.
  40.  
  41.         This  software  package  is  provided  either  as  a   compressed
  42.         self-extracting  archive  file LXTnmm.EXE (LISP EXPLORATION TOOLS
  43.         version n.mm) or as a ZIPped archive file LXTnmm.ZIP and contains
  44.         the following files:
  45.  
  46.         LFT.EXE        The LISP Function Tree Generator
  47.         LFTN.EXE       The LISP Function Tree Navigator
  48.         LXT.CM         The BRIEF macro file
  49.         LXTKEYS.CM     The BRIEF macro key definition file
  50.         LXTKEYS.CB     The source code for the BRIEF key definition file
  51.         LXT_QEDT.DAT   The QEDIT macro source code
  52.         LXT_ME.CMD     The MicroEMACS macro source code
  53.         LFTIDE.BAT     The Borland IDE transfer batch file for LFT
  54.         GNULISP.FCT    The GNU EMACS builtin LISP functions
  55.         SXT.DOC        The complete SXT documentation
  56.         INSTALL.DOC    The installation instructions
  57.         PRODUCTS.DOC   The SXT product overview
  58.         REGISTER.US    The INTERNATIONAL registration informations
  59.  
  60.  
  61.                                       - 1 -
  62.  
  63.  
  64.         REGISTER.GER   The GERMAN registration informations
  65.         NEWnmm.DOC     The new features and changes for version n.mm
  66.         HISTORY.DOC    The revision history
  67.         README.DOC     The file that you are currently reading
  68.  
  69.         Similar to the DOS version is the WINDOWS version available as  a
  70.         compressed   self-extracting   archive   file  LXTWnmm.EXE  (LISP
  71.         EXPLORATION TOOLS version  n.mm  for  Windows)  or  as  a  ZIPped
  72.         archive file LXTWnmm.ZIP.  The archive contains the same files as
  73.         listed above except that the file  LFT.EXE  is  replaced  by  the
  74.         Windows   version   LFTWIN.EXE   and  the  files  SXTWIN.DOC  and
  75.         NEWnmm.WIN have been added.
  76.  
  77.         If you find any other than the above listed files,  then you know
  78.         that  this  is  not  the official shareware distribution diskette
  79.         and/or archive.  All documentation  files  are  ASCII  files  and
  80.         should be printable on every printer.
  81.  
  82.         For  more informations about usage,  hardware and software system
  83.         requirements, installation, trademarks,  warranties,  license and
  84.         registration   details   see   the   appropriate   documentation,
  85.         especially   SXT.DOC,    INSTALL.DOC   and   REGISTER.US    resp.
  86.         REGISTER.GER.
  87.  
  88.         This  software  is  Copyright  (C)  1988-1994 by Juergen Mueller,
  89.         Aldingerstrasse 22, D-70806 Kornwestheim, GERMANY.  This software
  90.         is  NOT public domain or free software,  but is being distributed
  91.         as SHAREWARE.
  92.  
  93.  
  94.                            (THIS DOCUMENT HAS 2 PAGES)
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.                                       - 2 -
  123.